/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	* 
	{
	}
	
	body 
	{
		background: #000000;
		font-family: 'Open Sans', sans-serif;
		font-size: 10pt;
		color: #585858;
	}
	
	form
	{
	}
	
		form input,
		form select,
		form textarea
		{
			-webkit-appearance: none;
		}
			
	br.clear
	{
		clear: both;
	}
	
	p, ul, ol, dl, table
	{
		margin-bottom: 1em;
	}
	
	p {
		line-height: 1.7em;
	}
	
	a
	{
	text-decoration: none;
	color: #1D88E7;
	}
	
		a:hover
		{
			text-decoration: none;
		}
	
	section,
	article
	{
		margin-bottom: 2em;
	}
	
	section > :last-child,
	article > :last-child
	{
		margin-bottom: 0;
	}

	section:last-child,
	article:last-child
	{
	margin-bottom: 0;
	}

	.image
	{
		display: inline-block;
	}
	
		.image img
		{
			display: block;
			width: 100%;
		}

	.image-full
	{
		display: block;
		width: 100%;
	}

	.image-left
	{
		float: left;
		margin: 0.5em 2em 0 0;
	}

	ul.style1
	{
		float: right;
		padding: 2em 0em 2em 0em;
		line-height: 0;
	}
	
		ul.style1 li
		{
			float: left;
			padding: .15em;
		}
	
	ul.style2 {
	}
		
		ul.style2 li 
		{
			padding: 0 0 1em 0;
		}

		ul.style2 a 
		{
			text-decoration: none;
			color: #FFF;
		}
			ul.style2 a:hover
			{
				text-decoration: underline;
			}
	
	ol.style1
	{
		padding-left: 3em;
		list-style: decimal;
		line-height: 2em;
	}
	
		ol.style1 li
		{
		}

	.button-style1 
	{
		display: inline-block;
		margin-top: 1em;
		padding: .4em 1em;
		background: #A0A0A0;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 1em;
		color: #FFF;
	}

	.box-default
	{
	}

		.box-default h2
		{
			padding: 0 0 1em 0;
			letter-spacing: -.05em;
			font-size: 2em;
			font-weight: 200;
			color: #FFF;
			line-height: 1.2em;
		}
	
		.box-default .content
		{
			padding: 1em 2em 0em 2em;
		}

	.box-special1 
	{
		padding: 2em 0;
		background: #ed3074;
		border-top: 5px solid #f0528b;
		color: #FFF;
	}

		.box-special1 .button-style1 
		{
			background: #FFF;
			color: #ed3074;
		}


	.box-special2 
	{
		padding: 2em 0;
		background: #1d88e7;
		border-top: 5px solid #57a8ef;
		color: #FFF;
	}
		
		.box-special2 .button-style1 
		{
			background: #FFF;
			color: #1d88e7;
		}
		
		.box-special3 
	{
	padding: 2em 0;
	background: #ffffff;
	border-top: 5px solid #57a8ef;
	color: #FFF;
	}
		
		.box-special2 .button-style1 
		{
			background: #FFF;
			color: #1d88e7;
		}
	
	.box-section
	{
		overflow: hidden;
		background: #FFF;
	}

		.box-section h2 
		{	
			padding: 0 0 1em 0;
			border-bottom: dotted 2px #e5e5e5;
			letter-spacing: -.05em;
			font-size: 2.2em;
			font-weight: 200;
			color: #1d88e7;
		}
		
		.box-section .content 
		{
			padding: 2em 1.5em 1.5em 1.5em;
		}

	/* Assign these to ARTICLE tags */

	.box-post 
	{
		padding: 3em 2em 4em 2em;
	}
	
	.box-featured-post 
	{
	}

		.box-featured-post .full-image
		{
			line-height: 0;
		}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	#header-wrapper
	{
	}
	
	#banner-wrapper
	{
	}
	
	#main-wrapper
	{
		margin-bottom: 3em;
	}
	
	#footer-wrapper
	{
	}
	
/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content 
	{
		overflow: hidden;
		background: #FFF;
	}
	
	.homepage #content
	{
		padding: 0;
		background: none;
	}
	
		#content h2
		{
	border-bottom: dotted 2px #e5e5e5;
	letter-spacing: -.05em;
	font-size: 1.8em;
	font-weight: 200;
	color: #1d88e7;
	line-height: 1.2em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0;
		}

/*********************************************************************************/
/* Sidebars                                                                      */
/*********************************************************************************/

	#sidebar 
	{
	}
	
		#sidebar .categories 
		{
			font-size: .85em;
		}

		#sidebar .categories h2
		{
			padding: 0 0 2em 0;
			text-transform: uppercase;
			font-size: 1em;
			font-weight: 700;
			color: #1d88e7;
		}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright 
	{
		padding: 3em 0 6em 0;
		border-top: solid 1px #303030;
		font-size: 1em;
		color: #777;
	}
